home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Comm / www / tidy_os4.readme < prev   
Text File  |  2004-09-23  |  2KB  |  62 lines

  1. Short:        Clean up your web-pages with HTML TIDY
  2. Author:       Dave Raggett W3C / Port by Edgar Schwan
  3. Uploader:     Edgar Schwan
  4. Version:      2004/06/01
  5. Type:         comm/www
  6. Requires:     AmigaOS 4 ;-)
  7. Architecture: ppc-amigaos >= 4.0.0 
  8.  
  9. Short:   Clean up your web-pages with HTML TIDY
  10. Author:   Dave Raggett W3C.org / Port by Edgar Schwan <eds@rz-online.de>
  11. Uploader:   Edgar Schwan
  12. Version:   1st June 2004
  13. Type:     comm/www
  14. Requires: AmigaOS 4
  15.  
  16.  
  17. What is 'tidy'?
  18.  
  19.   With tidy you can clean up and fix your HTML-code. Very usefull
  20.   for GoldEd's Webworld.
  21.  
  22.  
  23. How to build the Amiga-version of tidy:
  24.  
  25. - copy the value of the archive 'tidy_OS4.lha' into 'usr:local/'.
  26. - open a shell.
  27. - cd into directory 'usr:local/tidy/build/gmake'.
  28. - type 'make -f Makefile.amigaos4'.
  29. - just wait...
  30. - to install tidy type 'make -f Makefile.amigaos4 install'.
  31. - you can find the binaries 'tidy' and 'tab2space' in the
  32.   directory 'usr:local/bin' and the link-library 'libtidy.a'
  33.   in 'usr:local/lib'.
  34.  
  35.  
  36. Hints:
  37.  
  38. - tidy expects a config-file in the program-directory (PROGDIR:)
  39.   named 'tidy_config.txt'. For options type into a shell:
  40.     'tidy -help-config'.
  41.   The config-file is optional.
  42.  
  43.  
  44. Copyright:
  45.  
  46.   Copyright (c) 1998-2003 World Wide Web Consortium
  47.  
  48.   - see 'tidy/include/tidy.h' for the copyright notice.
  49.   - for further information see 'http://www.w3.org/MarkUp'.
  50.  
  51.  
  52. Changes for AmigaOS:
  53.  
  54. - extended file 'tidy/include/platform.h'
  55. - created new makefile in 'tidy/build/gmake/' named
  56.   'Makefile.amigaos4'.
  57.  
  58.  
  59. Ported by:
  60.  
  61.   Edgar Schwan <eds@rz-online.de>, 2004/07/29
  62.